const go/types._InvalidShiftOperand

5 uses

	go/types (current package)
		errorcodes.go#L529: 	_InvalidShiftOperand
		expr.go#L573: 				check.invalidOp(x, _InvalidShiftOperand, "%s (shift of type %s)", parent, typ)
		expr.go#L575: 				check.invalidOp(x, _InvalidShiftOperand, "shifted operand %s (type %s) must be integer", x, typ)
		expr.go#L909: 		check.invalidOp(x, _InvalidShiftOperand, "shifted operand %s must be integer", x)
		expr.go#L1031: 		check.invalidOp(x, _InvalidShiftOperand, "shifted operand %s must be integer", x)